chore: update meetings.json and newsrooom_videos.json#5180
Conversation
✅ Deploy Preview for asyncapi-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThis pull request adds a single new meeting entry to the meetings configuration file. A "Community WG Meeting" object with title, calendar link, URL, banner, and date fields is inserted into the existing meetings array in the JSON configuration. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-5180--asyncapi-website.netlify.app/ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5180 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 22 22
Lines 796 796
Branches 146 146
=========================================
Hits 796 796 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@config/meetings.json`:
- Line 94: Update the "title" value for the meeting entry that currently reads
"Community WG Meeting" to include the "AsyncAPI" prefix so it matches the other
entries (i.e., change the "title" field value from "Community WG Meeting" to
"AsyncAPI Community WG Meeting"); locate the offending "title" key in the same
object that contains the current "Community WG Meeting" string and make the
string replacement there.
| "date": "2026-02-17T15:00:00.000Z" | ||
| }, | ||
| { | ||
| "title": "Community WG Meeting", |
There was a problem hiding this comment.
Title is missing the "AsyncAPI" prefix.
The new entry uses "Community WG Meeting" while all other equivalent entries in this file (Lines 3, 10, 73, 87) consistently use "AsyncAPI Community WG Meeting". This will likely render differently on the website compared to the prior entries of the same meeting series.
✏️ Proposed fix
- "title": "Community WG Meeting",
+ "title": "AsyncAPI Community WG Meeting",📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| "title": "Community WG Meeting", | |
| "title": "AsyncAPI Community WG Meeting", |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@config/meetings.json` at line 94, Update the "title" value for the meeting
entry that currently reads "Community WG Meeting" to include the "AsyncAPI"
prefix so it matches the other entries (i.e., change the "title" field value
from "Community WG Meeting" to "AsyncAPI Community WG Meeting"); locate the
offending "title" key in the same object that contains the current "Community WG
Meeting" string and make the string replacement there.



Automated changes by create-pull-request GitHub action
Summary by CodeRabbit